home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / DOS / CAD_CAM / CAD650 / PARAMS.TXT < prev    next >
Text File  |  1992-10-26  |  12KB  |  426 lines

  1. Copyright (C) Professional Power Cadd, Inc.
  2. Version 6.5.0w
  3.                                   
  4.  
  5. PARAMETERS INFORMATION FILE
  6.  
  7. This file contains parameters available and appropriate useage 
  8. information as can be used in your specific "params" file.
  9.  
  10. Note that all parameters must be specified in lower case characters.
  11.  
  12.  
  13.  
  14. serial#=
  15.  
  16.         This number must be correct as assigned or the program will 
  17.         not run.
  18.  
  19. windowloc=0
  20.  
  21.         The window location parameter determines whether the menu is 
  22.         located on the right or the left of the drawing area.
  23.  
  24.         0 - menu is on right
  25.         1 - menu is on left
  26.  
  27.  
  28. display=2
  29.  
  30.         The display type parameter tells ProCadd about the users 
  31.         particular requested display resolution.  The default is type
  32.         2, or VGA.  If your monitor is not VGA or better, the program 
  33.         will fall back to an acceptable type.  If you wish greater 
  34.         resolution these types are available.
  35.  
  36.         If selections 0 or 1 are used, the drawing area will be 
  37.         severely reduced.
  38.  
  39.         0 - CGA/EGA 640x200           4 - VGA 1024x768 (VESA)
  40.         1 - EGA 640x350               5 - VGA 1280x1024 (VESA)
  41.         2 - VGA 640x480 (default)     6 - VGA 1024x768 (C&T only)
  42.         3 - VGA 800x600 (VESA)        7 - Pixelworks Microclipper
  43.  
  44.  
  45. pick_app=3
  46.  
  47.         The value entered at this parameter tells ProCadd that any 
  48.         point located by the user within "3" pixels of an element or 
  49.         more specifically it's endpoint, should be interpreted as that 
  50.         element or endpoint.
  51.  
  52.         In cases where the user is operating with a display type above 
  53.         800x600, the "pick_app=" should be at "4".
  54.  
  55.  
  56. screen_height=9.5"
  57. screen_width=12.5"
  58.  
  59.         The screen height and width settings enable the user to 
  60.         adjust the ProCadd drawing area so that real size is displayed.
  61.         The default settings are for a standard 17 inch monitor.  When 
  62.         setting these parameters for another, measure the usable 
  63.         display area on that particular monitor.
  64.  
  65.  
  66. efubufs=10
  67.  
  68.         This buffers parameter determines how much memory that ProCadd
  69.         will set aside as a cache for entity file I/O.
  70.  
  71.  
  72. -----------
  73. user_units=
  74.  
  75.        The "user_units=" parameter determines whether or not metric 
  76.        units will be used in the program.
  77.  
  78.        When "user_units=" is set to a value representing a metric unit 
  79.        of measure, it can be considered to be in metric mode.
  80.  
  81.        When in metric mode, the standard unit as defined as one is 
  82.        centimeter instead of inch.
  83.  
  84.        This mode affects operations including plotter functions, 
  85.        dimension operations and text sizing.
  86.  
  87.        When this parameter is set to "5", metric operation will not be 
  88.        default and the standard unit will be one inch.
  89.  
  90.        If this parameter is set to "2" and therefore metric operations 
  91.        are desired, the user would probably also want to redefine the 
  92.        "dimresol=" and dim_units=" parameters.  These would change the 
  93.        defaults in the Dimension functions to metric units and a 
  94.        decimal resolution.
  95.  
  96.        If the user has not specified any values at these related 
  97.        parameters, the program will default to cm and 1/10 resolution.
  98.  
  99.        Drawing is in metric format, the program will automatically flag
  100.        all files as metric unless either the status is switched at New
  101.        Drawing or a U.S. format saved drawing is retreived thereby 
  102.        changing the internal flag to U.S.
  103.  
  104.        The current values available for "user_units=" are:
  105.  
  106.        user_units=2 - centimeters  (metric)
  107.                   5 - inches       (U.S. Standard)
  108.  
  109.  
  110. circle_chords=48
  111.  
  112.         The value entered at this parameter determines the amount of
  113.         chords used to display circles or circular elements.  The 
  114.         more chords, the finer the curved representation.  This does 
  115.         not affect the plot.  
  116.  
  117.  
  118. resolution=1000.0
  119.  
  120.         The resolution parameter value is used to assign display
  121.         resolution limits to the program.  A default resolution is
  122.         1000 which determines that the least definable unit from the 
  123.         display's standpoint is 1/1000 of the default unit of measure
  124.         which is one inch, or in the case of metric operation, one 
  125.         centimeter.
  126.  
  127.  
  128. min_window=250
  129.  
  130.         This parameter value assigns a zooming limit to the program in 
  131.         relation to the above mentioned resolution value.  The value 
  132.         250 interprets as 250/1000, or 1/4 inch or centimeter.  This 
  133.         value will be the smallest allowed window size.
  134.  
  135.  
  136. bg_color=0 
  137.         - Background Color   (default 0 equals black) 
  138. fg_color=15 
  139.         - Foreground Color   (default 15 equals bright white) 
  140. frame_color=2 
  141.         - Frame Color        (default 2 equals dark green) 
  142. hi_color=10 
  143.         - Highlight Color    (default 10 equals bright green) 
  144. sel_color=14  
  145.         - Select Color       (default 14 equals yellow)
  146.  
  147.         These parameters are used to select screen colors.
  148.  
  149.        In cases where the user is operating with a laptop or monchrome
  150.        monitor or if the user would prefer a white background, we would 
  151.        suggest the following color selections.
  152.  
  153.            frame_color=0
  154.            fg_color=0  
  155.            bg_color=7   
  156.            hi_color=10  
  157.            sel_color=14 
  158.  
  159.  
  160.  
  161. drawings=$0\drawings  
  162.         - default drawing file storage and retrieval location
  163. symbols=$0\symbols
  164.         - default symbol file storage and retrieval location
  165. stdparts=$0\stdparts
  166.         - default standard parts storage and retrieval location
  167. session=$0\session
  168.         - default session files storage and retrieval location
  169. fonts=$0\fonts
  170.         - default font files storage and retrieval location
  171. plotters=$0\plotters
  172.         - default plotter driver retieval location
  173. tmp=$session
  174.         - default tmp swap file location
  175. entfile=$session\ent.ses
  176.         - default drawing entity file location
  177. symfile=$session\sym.ses
  178.         - default symbol entity file location
  179. params=$session\params
  180.         - default parameter file location
  181. cadfile=
  182.         - instant load file identity
  183.  
  184.         These parameters when changed, alter the default storage and/or
  185.         retrieval location for various file types.
  186.  
  187.  
  188. file_sort=1
  189.  
  190.         This parameter defines the initial default sort type when 
  191.         entering the drawing, symbol and parts file management menus.
  192.  
  193.         Value possibilities:   0 - no sort
  194.                                1 - sort by name ascending
  195.                                2 - sort by name descending
  196.                                3 - sort by date ascending
  197.                                4 - sort by date descending
  198.                                5 - sort by size ascending
  199.                                6 - sort by size descending
  200.  
  201.  
  202. file_filter=1
  203.  
  204.         This parameter deterines the default filter or no filter 
  205. setting
  206.         in the drawing, symbol and parts files management menus.
  207.  
  208.         0 - default is "NO FILTER"
  209.         1 - default is "FILTER"
  210.  
  211.  
  212. df_file_name_gen=0
  213.         - drawing file auto file name generation - 1=enabled
  214. sym_file_name_gen=0
  215.         - symbol file auto file name generation - 1=enabled
  216. sp_file_name_gen=0
  217.         - standard parts file auto file name generation - 1=enabled
  218.  
  219.  
  220. colors=16
  221.  
  222.         The value set at this parameter assigns the number of colors
  223.         available to the user at the Attributes and Plot menus.
  224.  
  225.  
  226. color1pen=1
  227. color2pen=1
  228. color3pen=1
  229. color4pen=1
  230. color5pen=1
  231. color6pen=1
  232. color7pen=1
  233. color8pen=1
  234. color9pen=1
  235. color10pen=1
  236. color11pen=1
  237. color12pen=1
  238. color13pen=1
  239. color14pen=1
  240. color15pen=1
  241. color16pen=1
  242.  
  243.         The color?pen parameters set the default pen assignments as
  244.         displayed in the plot function menu.
  245.  
  246.  
  247. structs=8
  248.  
  249.         This parameter assigns the number of line structures allowed
  250.         as shown in Attributes and Plot.
  251.  
  252.  
  253. bit_length=0.05
  254.  
  255.         This parameter assigns a bit length value to be used in 
  256.         defining structure types.
  257.  
  258.  
  259. style2=.1,.1
  260. style3=.2,.2
  261. style4=.15,.1,.05,.1
  262. style5=.1,.1,.1,.1,.3,.1
  263. style6=.4,.4
  264. style7=.3,.1
  265. style8=.35,.05
  266.  
  267.         The definitions as identified in these parameters display as
  268.         the defaults in the program.
  269.  
  270.  
  271. text_size=0.1
  272.  
  273.         This value represents the default text size in the program.
  274.  
  275.  
  276. real_text=0
  277.  
  278.         This parameter determines whether or not real text or fast text 
  279.         will be default.
  280.  
  281.         0 - "FAST TEXT" mode is default
  282.         1 - "REAL TEXT" mode is default
  283.  
  284.  
  285. dim_arrow=0.1
  286.  
  287.         This value represents the default arrow size used for 
  288.         dimensions.
  289.  
  290.  
  291. dim_units=6
  292.  
  293.         This setting determines the default unit of measure for length 
  294.         dimensions.
  295.  
  296.         1 - millimeters
  297.         2 - centimeters     (default in metric mode)
  298.         3 - meters
  299.         4 - kilometers
  300.         5 - inches          
  301.         6 - feet/inches     (default in U.S. mode)
  302.  
  303.  
  304. dimmark=1
  305.  
  306.         This parameter determines the dimension qualifier.     
  307.  
  308.         0 - unqualified
  309.         1 - tickmarks          (default in U.S. mode)
  310.         2 - units of measure   (default in metric mode)
  311.  
  312.  
  313. dimfeet=1
  314.  
  315.         When set at "1", the Dimension menu variable will default to 
  316.         feet and inches.  "0" will default to inches only.
  317.  
  318.  
  319. dimresol=10
  320.  
  321.         This parameter assigns the default minimum accuracy factor as 
  322.         displayed in the Dimension menu.
  323.  
  324.  
  325. maydrag=1
  326.  
  327.         Set at "1" allows the "DRAG ALL" option.  "0" disables it.
  328.  
  329.  
  330. drag=1
  331.  
  332.         Set at "1" defaults the option to "DRAG ALL".  "0" defaults
  333.         the option to "DRAG BOX".
  334.  
  335.  
  336. dim_color=14
  337.         - dimension color assignment       (default 14 is yellow)
  338. dim_text_color=14
  339.         - dimension color assignment       (default 14 is yellow)
  340. dim_witness_color=14
  341.         - witness line color assignment    (default 14 is yellow)
  342.  
  343.  
  344. paper_size=D
  345.  
  346.         This parameter selection assigns the default paper size 
  347.         selection in the Plot or Print menus.
  348.  
  349.  
  350. orientation=0
  351.  
  352.         This parameter assigns the default paper orientation in the 
  353.         Plot and Print menus.
  354.  
  355.         0 - landscape
  356.         1 - portrait
  357.  
  358.  
  359. plottype=HP
  360.  
  361.         This parameter assigns the default plotter driver.
  362.  
  363.  
  364. beep=5
  365.  
  366.         This value determines the number of beeps heard at the end of
  367.         plotting.
  368.  
  369.  
  370. beep=\session\kotek3
  371. beep=\session\kotek4
  372. beep=\session\mary3
  373. beep=\session\mary4
  374.  
  375.         These tones sequences will be played following any previous 
  376.         beep commands.  
  377.  
  378.  
  379. spline_points=0
  380.  
  381.         When this parameter is "0", the points comprising the spline 
  382.         path will display only when the spline is identified in the 
  383.         Spline function.  When set at "1", the points will always 
  384.         display.
  385.  
  386.  
  387. loadbnd=0
  388.  
  389.         When this parameter is set to "1", all elements will be 
  390.         enclosed by vertical and horizontal component boundary lines.
  391.  
  392.  
  393. scale1=1.000000000,1:1
  394. scale2=0.500000000,6"=1'
  395. scale3=0.250000000,3"=1'
  396. scale4=0.125000000,1-1/2"=1'
  397. scale5=0.083333333,1"=1'
  398. scale6=0.062500000,3/4"=1'
  399. scale7=0.041666667,1/2"=1'
  400. scale8=0.031250000,3/8"=1'
  401. scale9=0.020833333,1/4"=1'
  402. scale10=0.01562500,3/16"=1'
  403. scale11=0.01041667,1/8"=1'
  404. scale12=0.00781250,3/32"=1'
  405. scale13=0.00833333,1"=10'
  406. scale14=0.00166667,1"=50'
  407. scale15=0.00083333,1"=100'
  408.  
  409.         These parameter values are the definitions of the default 
  410.         values as listed in the Plot or Print menus of the program.
  411.  
  412.  
  413. width1=0.0
  414. width2=0.0
  415. width3=0.0
  416. width4=0.0
  417. width5=0.0
  418. width6=0.0
  419. width7=0.0
  420. width8=0.0
  421.  
  422.         These parameter values are the default line width definitions
  423.         as listed in the Attributes and Plot sections of the program.
  424.         When a value of "0.0" is entered, the program will understand
  425.         it as one pen stroke.
  426.